home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / HOST2.DXR / 00019_setUp screen2.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  5.7 KB  |  160 lines

  1. on mouseUp
  2.   global fh, winVers, hintsOn, QTon, saveQT, Brian, level, JDspecial, special, savePlace, seton, helpOn, pal, launcher
  3.   if (launcher = 1) and (winVers <> 1) then
  4.     fh(mUpdateBorder)
  5.   end if
  6.   if (the mouseV > 396) and (the mouseV < 440) then
  7.     if (the mouseH > 79) and (the mouseH < 131) then
  8.       if hintsOn = 1 then
  9.         set helpOn to 1
  10.         set the castNum of sprite 20 to the number of cast "dot"
  11.         set the castNum of sprite 21 to the number of cast "dot"
  12.         set the castNum of sprite 22 to the number of cast "dot"
  13.         updateStage()
  14.         set seton to 0
  15.         tell window "guest"
  16.           if QTon <> 1 then
  17.             set savePlace to the frame
  18.           end if
  19.           set the castNum of sprite 48 to the number of cast "dot"
  20.           if JDspecial <> EMPTY then
  21.             set holdit to JDspecial
  22.             killSpecial()
  23.             set JDspecial to holdit
  24.           end if
  25.           repeat with x = 1 to 12
  26.             if special = x then
  27.               set temp to special
  28.               set killThing to "killSpecial"
  29.               put x after killThing
  30.               do(killThing)
  31.               set special to temp
  32.             end if
  33.           end repeat
  34.           if QTon = 1 then
  35.             set QTon to 0
  36.             set saveQT to EMPTY
  37.             set the visible of sprite 2 to 1
  38.             tell the stage
  39.               preLoadCast(pal)
  40.               puppetPalette(pal, 60)
  41.               go("main" & level)
  42.             end tell
  43.           end if
  44.           if QTon = 0 then
  45.             set pal to the framePalette
  46.           end if
  47.           go("contents")
  48.           sound stop 2
  49.         end tell
  50.       else
  51.         puppetSound("invSnd5")
  52.         updateStage()
  53.       end if
  54.     else
  55.       if (the mouseH > 151) and (the mouseH < 202) then
  56.         saveGame()
  57.       else
  58.         if (the mouseH > 223) and (the mouseH < 273) then
  59.           loadGame()
  60.         else
  61.           if (the mouseH > 292) and (the mouseH < 344) then
  62.             set the castNum of sprite 20 to the number of cast "dot"
  63.             if level = 1 then
  64.               set the castNum of sprite 22 to the number of cast "quitReally?"
  65.             else
  66.               set the castNum of sprite 22 to the number of cast "quitReally?2"
  67.             end if
  68.           else
  69.             if (the mouseH > 361) and (the mouseH < 414) then
  70.               if level = 1 then
  71.                 set the castNum of sprite 20 to the number of cast "setAudio"
  72.                 set the castNum of sprite 21 to the number of cast "audioSlider"
  73.               else
  74.                 set the castNum of sprite 20 to the number of cast "setAudio2"
  75.                 set the castNum of sprite 21 to the number of cast "audioSlider2"
  76.               end if
  77.               if the soundLevel = 0 then
  78.                 set the locH of sprite 21 to 245
  79.               else
  80.                 if the soundLevel = 1 then
  81.                   set the locH of sprite 21 to 257
  82.                 else
  83.                   if the soundLevel = 2 then
  84.                     set the locH of sprite 21 to 269
  85.                   else
  86.                     if the soundLevel = 3 then
  87.                       set the locH of sprite 21 to 281
  88.                     else
  89.                       if the soundLevel = 4 then
  90.                         set the locH of sprite 21 to 293
  91.                       else
  92.                         if the soundLevel = 5 then
  93.                           set the locH of sprite 21 to 305
  94.                         else
  95.                           if the soundLevel = 6 then
  96.                             set the locH of sprite 21 to 317
  97.                           else
  98.                             if the soundLevel = 7 then
  99.                               set the locH of sprite 21 to 329
  100.                             end if
  101.                           end if
  102.                         end if
  103.                       end if
  104.                     end if
  105.                   end if
  106.                 end if
  107.               end if
  108.               updateStage()
  109.             else
  110.               if (the mouseH > 427) and (the mouseH < 481) then
  111.                 set helpOn to 1
  112.                 set the castNum of sprite 20 to the number of cast "dot"
  113.                 set the castNum of sprite 21 to the number of cast "dot"
  114.                 set the castNum of sprite 22 to the number of cast "dot"
  115.                 updateStage()
  116.                 set seton to 0
  117.                 tell window "guest"
  118.                   if QTon <> 1 then
  119.                     set savePlace to the frame
  120.                   end if
  121.                   set the castNum of sprite 48 to the number of cast "dot"
  122.                   if JDspecial <> EMPTY then
  123.                     set holdit to JDspecial
  124.                     killSpecial()
  125.                     set JDspecial to holdit
  126.                   end if
  127.                   repeat with x = 1 to 12
  128.                     if special = x then
  129.                       set temp to special
  130.                       set killThing to "killSpecial"
  131.                       put x after killThing
  132.                       do(killThing)
  133.                       set special to temp
  134.                     end if
  135.                   end repeat
  136.                   if QTon = 1 then
  137.                     set QTon to 0
  138.                     set saveQT to EMPTY
  139.                     set the visible of sprite 2 to 1
  140.                     tell the stage
  141.                       preLoadCast(pal)
  142.                       puppetPalette(pal, 60)
  143.                       go("main" & level)
  144.                     end tell
  145.                   end if
  146.                   if QTon = 0 then
  147.                     set pal to the framePalette
  148.                   end if
  149.                   go("help")
  150.                   sound stop 2
  151.                 end tell
  152.               end if
  153.             end if
  154.           end if
  155.         end if
  156.       end if
  157.     end if
  158.   end if
  159. end
  160.